home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / doc / KnownBugs < prev    next >
Text File  |  1994-02-13  |  1KB  |  41 lines

  1.  
  2. knownbugs/knownbugs                        knownbugs/knownbugs
  3. knownbugs/KnownBugs                        knownbugs/KnownBugs
  4.  
  5.  
  6.     NOT IMPLEMENTED IN UNREGISTERED RELEASE BUT IMPLEMENTED IN REGISTERED
  7.     RELEASE:
  8.  
  9.     * bit fields
  10.     * floating point
  11.     * manual pages for DICE libraries
  12.     * keywords:    __chip, __far, __near
  13.     * misc library routines
  14.  
  15.     PREPROCESSOR:
  16.  
  17.     token-pasting operator (##) resolves the paste last instead of
  18.     first.    Thus, the pasted operator may not currently be used to
  19.     represent other macros.
  20.  
  21.     MAIN COMPILER:
  22.  
  23.     Certain ANSIsms are not yet followed.  Specifically, arithmatic
  24.     type promotion still follows the 'if any type is unsigned then cast
  25.     both to unsigned'.  Under ANSI, if a larger signed type and smaller
  26.     unsigned type is given, the unsigned type is cast to the larger
  27.     signed type instead of both to unsigned.
  28.  
  29.     structural returns and auto-aggregate initialization are now in,
  30.     hopefully bug free but if you find yourself having problems check
  31.     these first.
  32.  
  33.     When a non-aligned structure is passed to a procedure, the
  34.     __aligned storage qualifier will not work properly for that
  35.     procedure or any procedure called from that procedure (on down...)
  36.  
  37.     LIBRARY ROUTINES
  38.  
  39.     time routines ignore daylight savings time.
  40.  
  41.